home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
recurs1a
/
domtree.css
< prev
next >
Wrap
Cascading Style Sheet File
|
1999-07-11
|
957b
|
64 lines
BODY {
background-color: white;
color: black;
font: 80% Verdana, serif;
overflow: auto;
}
HR {
color: red;
width: 460;
text-align: left;
}
LI {
color: black;
}
UL {
list-style-type: none;
list-style-image: none;
}
#MainDIV {
behavior:url(DOMTree.htc);
}
.clParent {
color: blue;
}
.clChild {
list-style-type: disc;
list-style-image: none;
display: none;
}
SPAN.idSPAN {
color: red;
font-weight: bold;
position: relative;
left: 16;
}
SPAN.uniqueIdSPAN {
color: red;
position: relative;
left: 16;
}
SPAN.mshtmlSPAN {
color: darkgreen;
position: relative;
left: 32;
}
TABLE {
table-layout: fixed;
TD {
padding: 2;
font: 10pt sans-serif;
}
TD.Hdr {
color: red;
font: 32pt 'Comic Sans MS';
filter: Shadow(Color=#000000,Direction=135);
}
TD.clItem {
visibility: hidden;
cursor: auto;
color: blue;
text-decoration: none;
behavior: url(RollOver.htc);
}